17 references to WriteInt32
Microsoft.CodeAnalysis (7)
Diagnostic\DiagnosticInfo.cs (2)
200
writer.
WriteInt32
((int)_effectiveSeverity);
201
writer.
WriteInt32
((int)_defaultSeverity);
Diagnostic\LocalizableResourceString.cs (1)
105
writer.
WriteInt32
(length);
Serialization\ObjectWriter.cs (3)
795
this.
WriteInt32
(_binderSnapshot.GetTypeId(type));
811
WriteInt32
(encoding.CodePage);
904
this.
WriteInt32
(_binderSnapshot.GetTypeId(writable.GetType()));
Syntax\InternalSyntax\SyntaxList.WithManyChildren.cs (1)
68
writer.
WriteInt32
(this.children.Length);
Microsoft.CodeAnalysis.CSharp (2)
Errors\SyntaxDiagnosticInfo.cs (2)
65
writer.
WriteInt32
(this.Offset);
66
writer.
WriteInt32
(this.Width);
Microsoft.CodeAnalysis.UnitTests (4)
ObjectSerializationTests.cs (4)
290
writer.
WriteInt32
(_members.Length);
861
writer.
WriteInt32
(Int32.MaxValue);
862
writer.
WriteInt32
(Byte.MaxValue);
863
writer.
WriteInt32
(Int16.MaxValue);
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (2)
32643
writer.
WriteInt32
(Me._possibleKeywordKind)
32848
writer.
WriteInt32
(Me._typeSuffix)
GlobalImport.ImportDiagnosticInfo.vb (2)
37
writer.
WriteInt32
(_startIndex)
38
writer.
WriteInt32
(_length)