Lines Matching full:csharp

54 # Note: please keep this in sync with the dist_files rule in csharp/BUILD.bazel.
57 csharp/.editorconfig \
58 csharp/.gitignore \
59 csharp/CHANGES.txt \
60 csharp/Google.Protobuf.Tools.targets \
61 csharp/Google.Protobuf.Tools.nuspec \
62 csharp/NuGet.Config \
63 csharp/README.md \
64 csharp/build_packages.bat \
65 csharp/build_tools.sh \
66 csharp/buildall.bat \
67 csharp/buildall.sh \
68 csharp/generate_protos.sh \
69 csharp/install_dotnet_sdk.ps1 \
70 csharp/keys/Google.Protobuf.public.snk \
71 csharp/keys/Google.Protobuf.snk \
72 csharp/keys/README.md \
73 csharp/protos/README.md \
74 csharp/protos/map_unittest_proto3.proto \
75 csharp/protos/old_extensions1.proto \
76 csharp/protos/old_extensions2.proto \
77 csharp/protos/unittest_issue6936_a.proto \
78 csharp/protos/unittest_issue6936_b.proto \
79 csharp/protos/unittest_issue6936_c.proto \
80 csharp/protos/unittest_custom_options_proto3.proto \
81 csharp/protos/unittest_import_public_proto3.proto \
82 csharp/protos/unittest_import_public.proto \
83 csharp/protos/unittest_import_proto3.proto \
84 csharp/protos/unittest_import.proto \
85 csharp/protos/unittest_issues.proto \
86 csharp/protos/unittest_proto3.proto \
87 csharp/protos/unittest_selfreferential_options.proto \
88 csharp/protos/unittest.proto \
89 csharp/src/AddressBook/AddPerson.cs \
90 csharp/src/AddressBook/Addressbook.cs \
91 csharp/src/AddressBook/AddressBook.csproj \
92 csharp/src/AddressBook/ListPeople.cs \
93 csharp/src/AddressBook/Program.cs \
94 csharp/src/AddressBook/SampleUsage.cs \
95 csharp/src/Google.Protobuf.Benchmarks/BenchmarkDatasetConfig.cs \
96 csharp/src/Google.Protobuf.Benchmarks/BenchmarkMessage1Proto3.cs \
97 csharp/src/Google.Protobuf.Benchmarks/Benchmarks.cs \
98 csharp/src/Google.Protobuf.Benchmarks/ByteStringBenchmark.cs \
99 csharp/src/Google.Protobuf.Benchmarks/Google.Protobuf.Benchmarks.csproj \
100 csharp/src/Google.Protobuf.Benchmarks/GoogleMessageBenchmark.cs \
101 csharp/src/Google.Protobuf.Benchmarks/ParseMessagesBenchmark.cs \
102 csharp/src/Google.Protobuf.Benchmarks/ParseRawPrimitivesBenchmark.cs \
103 csharp/src/Google.Protobuf.Benchmarks/Program.cs \
104 csharp/src/Google.Protobuf.Benchmarks/wrapper_benchmark_messages.proto \
105 csharp/src/Google.Protobuf.Benchmarks/WrapperBenchmarkMessages.cs \
106 csharp/src/Google.Protobuf.Benchmarks/WriteMessagesBenchmark.cs \
107 csharp/src/Google.Protobuf.Benchmarks/WriteRawPrimitivesBenchmark.cs \
108 csharp/src/Google.Protobuf.Conformance/Conformance.cs \
109 csharp/src/Google.Protobuf.Conformance/Google.Protobuf.Conformance.csproj \
110 csharp/src/Google.Protobuf.Conformance/Program.cs \
111 csharp/src/Google.Protobuf.JsonDump/Google.Protobuf.JsonDump.csproj \
112 csharp/src/Google.Protobuf.JsonDump/Program.cs \
113 csharp/src/Google.Protobuf.Test/Buffers/ArrayBufferWriter.cs \
114 csharp/src/Google.Protobuf.Test/ByteStringTest.cs \
115 csharp/src/Google.Protobuf.Test/CodedInputStreamExtensions.cs \
116 csharp/src/Google.Protobuf.Test/CodedInputStreamTest.cs \
117 csharp/src/Google.Protobuf.Test/CodedOutputStreamTest.cs \
118 csharp/src/Google.Protobuf.Test/Collections/MapFieldTest.cs \
119 csharp/src/Google.Protobuf.Test/Collections/ProtobufEqualityComparersTest.cs \
120 csharp/src/Google.Protobuf.Test/Collections/RepeatedFieldTest.cs \
121 csharp/src/Google.Protobuf.Test/Compatibility/PropertyInfoExtensionsTest.cs \
122 csharp/src/Google.Protobuf.Test/Compatibility/StreamExtensionsTest.cs \
123 csharp/src/Google.Protobuf.Test/Compatibility/TypeExtensionsTest.cs \
124 csharp/src/Google.Protobuf.Test/DeprecatedMemberTest.cs \
125 csharp/src/Google.Protobuf.Test/EqualityTester.cs \
126 csharp/src/Google.Protobuf.Test/ExtensionSetTest.cs \
127 csharp/src/Google.Protobuf.Test/FieldCodecTest.cs \
128 csharp/src/Google.Protobuf.Test/FieldMaskTreeTest.cs \
129 csharp/src/Google.Protobuf.Test/GeneratedMessageTest.cs \
130 csharp/src/Google.Protobuf.Test/GeneratedMessageTest.Proto2.cs \
131 csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj \
132 csharp/src/Google.Protobuf.Test/IssuesTest.cs \
133 csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs \
134 csharp/src/Google.Protobuf.Test/JsonParserTest.cs \
135 csharp/src/Google.Protobuf.Test/JsonTokenizerTest.cs \
136 csharp/src/Google.Protobuf.Test/LegacyGeneratedCodeTest.cs \
137 csharp/src/Google.Protobuf.Test/MessageParsingHelpers.cs \
138 csharp/src/Google.Protobuf.Test/Proto3OptionalTest.cs \
139 csharp/src/Google.Protobuf.Test/ReadOnlySequenceFactory.cs \
140 csharp/src/Google.Protobuf.Test/RefStructCompatibilityTest.cs \
141 csharp/src/Google.Protobuf.Test/Reflection/CustomOptionsTest.cs \
142 csharp/src/Google.Protobuf.Test/Reflection/DescriptorDeclarationTest.cs \
143 csharp/src/Google.Protobuf.Test/Reflection/DescriptorsTest.cs \
144 csharp/src/Google.Protobuf.Test/Reflection/FieldAccessTest.cs \
145 csharp/src/Google.Protobuf.Test/Reflection/TypeRegistryTest.cs \
146 csharp/src/Google.Protobuf.Test/SampleEnum.cs \
147 csharp/src/Google.Protobuf.Test/SampleMessages.cs \
148 csharp/src/Google.Protobuf.Test/SampleNaNs.cs \
149 csharp/src/Google.Protobuf.Test/TestCornerCases.cs \
150 csharp/src/Google.Protobuf.Test.TestProtos/Google.Protobuf.Test.TestProtos.csproj \
151 csharp/src/Google.Protobuf.Test.TestProtos/UnittestIssue6936A.cs \
152 csharp/src/Google.Protobuf.Test.TestProtos/UnittestIssue6936B.cs \
153 csharp/src/Google.Protobuf.Test.TestProtos/UnittestIssue6936C.cs \
154 csharp/src/Google.Protobuf.Test.TestProtos/ForeignMessagePartial.cs \
155 csharp/src/Google.Protobuf.Test.TestProtos/MapUnittestProto3.cs \
156 csharp/src/Google.Protobuf.Test.TestProtos/OldExtensions1.cs \
157 csharp/src/Google.Protobuf.Test.TestProtos/OldExtensions2.cs \
158 csharp/src/Google.Protobuf.Test.TestProtos/TestMessagesProto2.cs \
159 csharp/src/Google.Protobuf.Test.TestProtos/TestMessagesProto3.cs \
160 csharp/src/Google.Protobuf.Test.TestProtos/UnittestCustomOptionsProto3.cs \
161 csharp/src/Google.Protobuf.Test.TestProtos/UnittestImportProto3.cs \
162 csharp/src/Google.Protobuf.Test.TestProtos/UnittestImportPublicProto3.cs \
163 csharp/src/Google.Protobuf.Test.TestProtos/UnittestImportPublic.cs \
164 csharp/src/Google.Protobuf.Test.TestProtos/UnittestImport.cs \
165 csharp/src/Google.Protobuf.Test.TestProtos/UnittestIssues.cs \
166 csharp/src/Google.Protobuf.Test.TestProtos/UnittestProto3.cs \
167 csharp/src/Google.Protobuf.Test.TestProtos/UnittestProto3Optional.cs \
168 csharp/src/Google.Protobuf.Test.TestProtos/UnittestSelfreferentialOptions.cs \
169 csharp/src/Google.Protobuf.Test.TestProtos/UnittestWellKnownTypes.cs \
170 csharp/src/Google.Protobuf.Test.TestProtos/Unittest.cs \
171 csharp/src/Google.Protobuf.Test/WellKnownTypes/AnyTest.cs \
172 csharp/src/Google.Protobuf.Test/WellKnownTypes/DurationTest.cs \
173 csharp/src/Google.Protobuf.Test/WellKnownTypes/FieldMaskTest.cs \
174 csharp/src/Google.Protobuf.Test/WellKnownTypes/TimestampTest.cs \
175 csharp/src/Google.Protobuf.Test/WellKnownTypes/WrappersTest.cs \
176 csharp/src/Google.Protobuf.Test/UnknownFieldSetTest.cs \
177 csharp/src/Google.Protobuf.Test/testprotos.pb \
178 csharp/src/Google.Protobuf.sln \
179 csharp/src/Google.Protobuf/ByteArray.cs \
180 csharp/src/Google.Protobuf/ByteString.cs \
181 csharp/src/Google.Protobuf/ByteStringAsync.cs \
182 csharp/src/Google.Protobuf/CodedInputStream.cs \
183 csharp/src/Google.Protobuf/CodedOutputStream.ComputeSize.cs \
184 csharp/src/Google.Protobuf/CodedOutputStream.cs \
185 csharp/src/Google.Protobuf/Collections/Lists.cs \
186 csharp/src/Google.Protobuf/Collections/MapField.cs \
187 csharp/src/Google.Protobuf/Collections/ProtobufEqualityComparers.cs \
188 csharp/src/Google.Protobuf/Collections/ReadOnlyDictionary.cs \
189 csharp/src/Google.Protobuf/Collections/RepeatedField.cs \
190 csharp/src/Google.Protobuf/Compatibility/DynamicallyAccessedMembersAttribute.cs \
191 csharp/src/Google.Protobuf/Compatibility/DynamicallyAccessedMemberTypes.cs \
192 csharp/src/Google.Protobuf/Compatibility/MethodInfoExtensions.cs \
193 csharp/src/Google.Protobuf/Compatibility/PropertyInfoExtensions.cs \
194 csharp/src/Google.Protobuf/Compatibility/RequiresUnreferencedCodeAttribute.cs \
195 csharp/src/Google.Protobuf/Compatibility/StreamExtensions.cs \
196 csharp/src/Google.Protobuf/Compatibility/TypeExtensions.cs \
197 csharp/src/Google.Protobuf/Compatibility/UnconditionalSuppressMessageAttribute.cs \
198 csharp/src/Google.Protobuf/Extension.cs \
199 csharp/src/Google.Protobuf/ExtensionRegistry.cs \
200 csharp/src/Google.Protobuf/ExtensionSet.cs \
201 csharp/src/Google.Protobuf/ExtensionValue.cs \
202 csharp/src/Google.Protobuf/FieldCodec.cs \
203 csharp/src/Google.Protobuf/FieldMaskTree.cs \
204 csharp/src/Google.Protobuf/FrameworkPortability.cs \
205 csharp/src/Google.Protobuf/Google.Protobuf.csproj \
206 csharp/src/Google.Protobuf/IBufferMessage.cs \
207 csharp/src/Google.Protobuf/ICustomDiagnosticMessage.cs \
208 csharp/src/Google.Protobuf/IDeepCloneable.cs \
209 csharp/src/Google.Protobuf/IExtendableMessage.cs \
210 csharp/src/Google.Protobuf/IMessage.cs \
211 csharp/src/Google.Protobuf/InvalidJsonException.cs \
212 csharp/src/Google.Protobuf/InvalidProtocolBufferException.cs \
213 csharp/src/Google.Protobuf/JsonFormatter.cs \
214 csharp/src/Google.Protobuf/JsonParser.cs \
215 csharp/src/Google.Protobuf/JsonToken.cs \
216 csharp/src/Google.Protobuf/JsonTokenizer.cs \
217 csharp/src/Google.Protobuf/LimitedInputStream.cs \
218 csharp/src/Google.Protobuf/MessageExtensions.cs \
219 csharp/src/Google.Protobuf/MessageParser.cs \
220 csharp/src/Google.Protobuf/ObjectIntPair.cs \
221 csharp/src/Google.Protobuf/ParseContext.cs \
222 csharp/src/Google.Protobuf/ParserInternalState.cs \
223 csharp/src/Google.Protobuf/ParsingPrimitives.cs \
224 csharp/src/Google.Protobuf/ParsingPrimitivesMessages.cs \
225 csharp/src/Google.Protobuf/ParsingPrimitivesWrappers.cs \
226 csharp/src/Google.Protobuf/ProtoPreconditions.cs \
227 csharp/src/Google.Protobuf/SegmentedBufferHelper.cs \
228 csharp/src/Google.Protobuf/Properties/AssemblyInfo.cs \
229 csharp/src/Google.Protobuf/Reflection/CustomOptions.cs \
230 csharp/src/Google.Protobuf/Reflection/Descriptor.cs \
231 csharp/src/Google.Protobuf/Reflection/DescriptorBase.cs \
232 csharp/src/Google.Protobuf/Reflection/DescriptorDeclaration.cs \
233 csharp/src/Google.Protobuf/Reflection/DescriptorPool.cs \
234 csharp/src/Google.Protobuf/Reflection/DescriptorUtil.cs \
235 csharp/src/Google.Protobuf/Reflection/DescriptorValidationException.cs \
236 csharp/src/Google.Protobuf/Reflection/EnumDescriptor.cs \
237 csharp/src/Google.Protobuf/Reflection/EnumValueDescriptor.cs \
238 csharp/src/Google.Protobuf/Reflection/ExtensionAccessor.cs \
239 csharp/src/Google.Protobuf/Reflection/ExtensionCollection.cs \
240 csharp/src/Google.Protobuf/Reflection/FieldAccessorBase.cs \
241 csharp/src/Google.Protobuf/Reflection/FieldDescriptor.cs \
242 csharp/src/Google.Protobuf/Reflection/FieldType.cs \
243 csharp/src/Google.Protobuf/Reflection/FileDescriptor.cs \
244 csharp/src/Google.Protobuf/Reflection/GeneratedClrTypeInfo.cs \
245 csharp/src/Google.Protobuf/Reflection/IDescriptor.cs \
246 csharp/src/Google.Protobuf/Reflection/IFieldAccessor.cs \
247 csharp/src/Google.Protobuf/Reflection/MapFieldAccessor.cs \
248 csharp/src/Google.Protobuf/Reflection/MessageDescriptor.cs \
249 csharp/src/Google.Protobuf/Reflection/MethodDescriptor.cs \
250 csharp/src/Google.Protobuf/Reflection/OneofAccessor.cs \
251 csharp/src/Google.Protobuf/Reflection/OneofDescriptor.cs \
252 csharp/src/Google.Protobuf/Reflection/OriginalNameAttribute.cs \
253 csharp/src/Google.Protobuf/Reflection/PackageDescriptor.cs \
254 csharp/src/Google.Protobuf/Reflection/ReflectionUtil.cs \
255 csharp/src/Google.Protobuf/Reflection/RepeatedFieldAccessor.cs \
256 csharp/src/Google.Protobuf/Reflection/ServiceDescriptor.cs \
257 csharp/src/Google.Protobuf/Reflection/SingleFieldAccessor.cs \
258 csharp/src/Google.Protobuf/Reflection/TypeRegistry.cs \
259 csharp/src/Google.Protobuf/WellKnownTypes/Any.cs \
260 csharp/src/Google.Protobuf/WellKnownTypes/AnyPartial.cs \
261 csharp/src/Google.Protobuf/WellKnownTypes/Api.cs \
262 csharp/src/Google.Protobuf/WellKnownTypes/Duration.cs \
263 csharp/src/Google.Protobuf/WellKnownTypes/DurationPartial.cs \
264 csharp/src/Google.Protobuf/WellKnownTypes/Empty.cs \
265 csharp/src/Google.Protobuf/WellKnownTypes/FieldMask.cs \
266 csharp/src/Google.Protobuf/WellKnownTypes/FieldMaskPartial.cs \
267 csharp/src/Google.Protobuf/WellKnownTypes/SourceContext.cs \
268 csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs \
269 csharp/src/Google.Protobuf/WellKnownTypes/TimeExtensions.cs \
270 csharp/src/Google.Protobuf/WellKnownTypes/Timestamp.cs \
271 csharp/src/Google.Protobuf/WellKnownTypes/TimestampPartial.cs \
272 csharp/src/Google.Protobuf/WellKnownTypes/Type.cs \
273 csharp/src/Google.Protobuf/WellKnownTypes/ValuePartial.cs \
274 csharp/src/Google.Protobuf/WellKnownTypes/Wrappers.cs \
275 csharp/src/Google.Protobuf/WellKnownTypes/WrappersPartial.cs \
276 csharp/src/Google.Protobuf/WireFormat.cs \
277 csharp/src/Google.Protobuf/WritingPrimitivesMessages.cs \
278 csharp/src/Google.Protobuf/WritingPrimitives.cs \
279 csharp/src/Google.Protobuf/WriterInternalState.cs \
280 csharp/src/Google.Protobuf/WriteContext.cs \
281 csharp/src/Google.Protobuf/WriteBufferHelper.cs \
282 csharp/src/Google.Protobuf/UnknownField.cs \
283 csharp/src/Google.Protobuf/UnknownFieldSet.cs \
284 csharp/src/Google.Protobuf/UnsafeByteOperations.cs
1236 csharp/BUILD.bazel \